Skip to content

CLN: remove last getattr(arg, '_values', arg) usages #44224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

jbrockmendel
Copy link
Member

@simonjayhawkins simonjayhawkins added this to the 1.4 milestone Oct 29, 2021
@@ -53,7 +53,6 @@
@inherit_names(
[
"argsort",
"_internal_get_values",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we get rid of the function itself?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no its still used by Categorical

@jreback jreback merged commit 1e88197 into pandas-dev:master Oct 29, 2021
@jbrockmendel jbrockmendel deleted the cln-27167 branch October 29, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLN/INT: avoid getattr(obj, 'values', obj) idiom
3 participants